home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / adami94.zip / MANUAL.BAT < prev    next >
DOS Batch File  |  1992-02-25  |  4KB  |  130 lines

  1. ECHO OFF
  2. CLS
  3. ECHO         ░░░░            ░░                                        ░░░░    
  4. ECHO       ░░   ░░░░         ░░                                     ░░░    ░░░ 
  5. ECHO       ░░   ░░  ░░       ░░             ░░░░░░░░░░    ░░        ░░       ░░
  6. ECHO         ░░░      ░░░    ░░            ░░    ░░       ░░       ░░░░      ░░
  7. ECHO                    ░░   ░░            ░░    ░░       ░░     ░░    ░░    ░░
  8. ECHO ░░░░░░░░░░░░░░░░░░░░░░░░░░          ░░░░░░░░░░░░░░   ░░    ░░      ░░   ░░
  9. ECHO ░░                 ░░   ░░  ░░░    ░░       ░░   ░░  ░░    ░░      ░░   ░░
  10. ECHO   ░░             ░░     ░░ ░░  ░░  ░░       ░░   ░░  ░░    ░░      ░░   ░░
  11. ECHO     ░░░       ░░░       ░░░     ░░  ░░░░░░░░░    ░░  ░░     ░░     ░░   ░░
  12. ECHO        ░░░░░░░          ░░      ░░              ░░   ░░░░░░░░░░░░░░░░   ░░
  13. ECHO                  ░░░           ░░      ░░░░░░░░░                          
  14. ECHO                ░░   ░       ░░░     ░░░░░░                                
  15. ECHO                  ░░░░░░░░░░░        ░░                            (c)
  16. ECHO                ┌───────────────┐
  17. ECHO    ░░░░░░░░░░░░░░░░░░░░░░░░│  PRINT MANUAL │ ░░░░░░░░░░░░░░░░░░░░░░░░░
  18. ECHO                └───────────────┘
  19. ECHO    If this is the original Diskette place it in drive A and type the following.
  20. ECHO    C:
  21. ECHO    MD TAMIL
  22. ECHO    CD TAMIL
  23. ECHO    COPY A:*.*
  24. ECHO    GO
  25. CHOOSE 7         If not type Y to print the manual:
  26. IF ERRORLEVEL 122 goto quit
  27. IF ERRORLEVEL 121 goto ok
  28. IF ERRORLEVEL 80 goto quit
  29. IF ERRORLEVEL 79 goto ok
  30. goto quit
  31. :ok
  32. CLS
  33. ECHO    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  34. T USERGUID.TXT TEMP.TAM O
  35. :printam
  36. CLS
  37. ECHO    ─────────────────────────────────────────────────────────────────────
  38. ECHO    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  39. ECHO                ┌────────────────────┐
  40. ECHO                │  HARD COPY OPTIONS │
  41. ECHO                └────────────────────┘
  42. ECHO        The User guide is 24 pages long. It will now be printed.
  43. ECHO        If not press Q to return to the editor.
  44. ECHO    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  45. ECHO        E - Epson /IBM Dot matrix printer
  46. ECHO        H - HP Laser printer
  47. ECHO        Q - Quit
  48. CHOOSE 7            Type E, H or Q:
  49. IF ERRORLEVEL 113 goto quit
  50. IF ERRORLEVEL 104 goto hplaser
  51. IF ERRORLEVEL 101 goto epson
  52. IF ERRORLEVEL 81 goto quit
  53. IF ERRORLEVEL 72 goto hplaser
  54. IF ERRORLEVEL 69 goto epson
  55. goto printam
  56. :hplaser
  57. CLS
  58. ECHO    ─────────────────────────────────────────────────────────────────────
  59. ECHO    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  60. ECHO                ┌────────────────────┐
  61. ECHO                │  HPLASER OPTIONS   │
  62. ECHO                └────────────────────┘
  63. ECHO        P - Parellel Port
  64. ECHO        F - Print to file
  65. ECHO        1 - Serial port COM1
  66. ECHO        2 - Serial port COM2
  67. ECHO        Q - Quit
  68. CHOOSE 7            Type P, F, 1, 2, Q:
  69. IF ERRORLEVEL 113 goto printam
  70. IF ERRORLEVEL 112 goto hparellel
  71. IF ERRORLEVEL 102 goto temphpl
  72. IF ERRORLEVEL 81 goto printam
  73. IF ERRORLEVEL 80 goto hparellel
  74. IF ERRORLEVEL 70 goto temphpl
  75. IF ERRORLEVEL 50 goto hserial2
  76. IF ERRORLEVEL 49 goto hserial1
  77. goto hplaser
  78. :hserial1
  79. MODE COM1:9600,n,8,1,p
  80. MODE LPT1=COM1
  81. goto hparellel
  82. :hserial2
  83. MODE COM2:9600,n,8,1,p
  84. MODE LPT1=COM2
  85. :hparellel
  86. P TEMP.TAM hplaser PRN
  87. goto quit
  88. :temphpl
  89. P TEMP.TAM hplaser
  90. goto quit
  91. :epson
  92. CLS
  93. ECHO    ─────────────────────────────────────────────────────────────────────
  94. ECHO    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  95. ECHO                ┌──────────────────────┐
  96. ECHO                │  DOT MATRIX OPTIONS  │
  97. ECHO                └──────────────────────┘
  98. ECHO        P - Parellel Port
  99. ECHO        F - Print to file
  100. ECHO        1 - Serial port COM1
  101. ECHO        2 - Serial port COM2
  102. ECHO        Q - Quit
  103. CHOOSE 7            Type P, F, 1, 2, Q:
  104. IF ERRORLEVEL 113 goto printam
  105. IF ERRORLEVEL 112 goto eparellel
  106. IF ERRORLEVEL 102 goto tempeps
  107. IF ERRORLEVEL 81 goto printam
  108. IF ERRORLEVEL 80 goto eparellel
  109. IF ERRORLEVEL 70 goto tempeps
  110. IF ERRORLEVEL 50 goto eserial2
  111. IF ERRORLEVEL 49 goto eserial1
  112. goto epson
  113. :eserial1
  114. MODE COM1:9600,n,8,1,p
  115. MODE LPT1=COM1
  116. goto eparellel
  117. :eserial2
  118. MODE COM2:9600,n,8,1,p
  119. MODE LPT1=COM2
  120. :eparellel
  121. P TEMP.TAM epson PRN
  122. goto quit
  123. :tempeps
  124. P TEMP.TAM epson
  125. goto quit
  126. :quit
  127. CLS
  128. TYPE ADAMI.MSG
  129.  
  130.